* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff !important;
}

.w {

	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 1300px;
}

/* 改变所有--滚动调样式 */

/* 整个滚动条 */
*::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

/* 滚动条有滑块的轨道部分 */
*::-webkit-scrollbar-track-piece {
	background-color: rgb(236, 236, 236);
	border-radius: 5px;
}

/* 滚动条滑块(竖向:vertical 横向:horizontal) */
*::-webkit-scrollbar-thumb {
	cursor: pointer;
	background-color: #5d7eb1;
	border-radius: 5px;
}

/* 滚动条滑块hover */
*::-webkit-scrollbar-thumb:hover {
	background-color: rgb(247, 96, 37);
}

/* 同时有垂直和水平滚动条时交汇的部分 */
*::-webkit-scrollbar-corner {
	display: block;
	/* 修复交汇时出现的白块 */
}

/* 改变所有--滚动调样式 */

.nav_w {
	position: relative;
	background-color: #fbfbfc;
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 1220px;
}

.nav_w .container-fluid {
	padding-right: 0;
	/* position: absolute; */
	width: 100%;
	z-index: 999;
}

input {
	outline: none;
}

.click {
	cursor: pointer;
}

li {
	list-style: none;
}

.bar_qy_hy a {
	color: #000;
}

.nav--prev {
	width: 0 !important;
}

.nav--next {
	width: 0 !important;
}

.jc-right svg,
.jc-left svg {
	fill: #fff !important;
}

.jc-right,
.jc-left {
	background: rgba(0, 0, 0, 0.5) !important;
}

.sea_search {
	position: relative;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.1) border-box;
	overflow: hidden;
	width: 100%;
	height: 320px;
	background-color: #f5f5f5;
	text-align: center;
	border-bottom: 1px solid #d6e4ed;
}


.sea_search img {
	width: 100%;
	height: 100%;
}

.sea_search::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: -30px;
	z-index: -1;
}

.fy .pagination li a {
	color: #333 !important;
	font-size: 14px !important;
}

.fy .pagination .active a {
	background: #0b379b !important;
	border: 1px solid #0b379b !important;
	color: #fff !important;
}

/* 公共主题色 */
.text_color {
	color: #0b379b !important;
}

.bac_color {
	background: #0b379b !important;
}

/* 公共主题色 */

/* 公共样式-----登录页面-------------------开始 */
.login {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	z-index: 1001;
	display: none;
}

.login .login_box {
	position: absolute;
	width: 600px;
	height: 400px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 35px 60px;
}

.login .login_box .close {
	position: absolute;
	font-size: 30px;
	right: 29px;
	top: 17px;
}

.login .login_box .phone_login {
	text-align: center;
}

.login .login_box .phone_login h4 {
	font-size: 20px;
	border-bottom: 2px solid #ededed;
	line-height: 40px;
	color: #7e9dc1;
}

.login .login_box .phone_login h4 span {
	display: inline-block;
	border-bottom: 2px solid #7e9dc1;
	line-height: 40px;
	padding: 0 15px;
}

.login .login_box .phone_login .login_input .phone {
	padding: 15px 50px;
}

.login .login_box .phone_login .login_input .phone p {
	width: 96%;
	height: 47px;
	background-color: #f1f3f7;
	border-radius: 30px;
	padding: 1px 14px;
	overflow: hidden;
	position: relative;
	margin: 10px auto;
}

.login .login_box .phone_login .login_input .phone p span {
	display: inline-block;
	width: 8%;
	font-size: 32px;
	vertical-align: middle;
	position: absolute;
	left: 21px;
	top: 8px;
	color: #7e9dc1;
}

.login .login_box .phone_login .login_input .phone p input {
	position: absolute;
	right: 3px;
	top: 2px;
	border-radius: 0px 34px 34px 0px;
	vertical-align: middle;
	display: inline-block;
	width: 80%;
	border: 0;
	height: 90%;
	padding: 0px 10px;
	font-size: 14px;
	color: #000;
	border-left: 0;
	background: #f1f3f7;
	border-left: 1px solid #ccc;
}

.login .login_box .phone_login .login_input .phone p ::placeholder {
	color: #ccc;
}

.login .login_box .phone_login .login_input .phone_dxm {
	padding: 0px 50px;
}

.login .login_box .phone_login .login_input .phone_dxm p {
	width: 100%;
	height: 47px;
}

.login .login_box .phone_login .login_input .phone_dxm p .phone_left {
	display: inline-block;
	width: 65%;
	height: 100%;
	border-radius: 30px;
	background-color: #f1f3f7;
	overflow: hidden;
	position: relative;
}

.login .login_box .phone_login .login_input .phone_dxm p .phone_left span {
	display: inline-block;
	width: 8%;
	font-size: 32px;
	vertical-align: middle;
	position: absolute;
	left: 18px;
	top: 8px;
	color: #7e9dc1;
}

.login .login_box .phone_login .login_input .phone_dxm p .phone_left input {
	position: absolute;
	right: 4px;
	top: 3px;
	border-radius: 0px 34px 34px 0px;
	vertical-align: middle;
	display: inline-block;
	width: 71%;
	border: 0;
	height: 89%;
	padding: 0px 10px;
	font-size: 14px;
	color: #333;
	border-left: 0;
	background: #f1f3f7;
	border-left: 1px solid #ccc;
}

.login .login_box .phone_login .login_input .phone_dxm p .phone_left ::placeholder {
	color: #ccc;
}

.login .login_box .phone_login .login_input .phone_dxm p .codezzc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 999;
	display: none;
	height: 100%;
}

.login .login_box .phone_login .login_input .phone_dxm p .phone_right {
	position: relative;
	display: inline-block;
	width: 29%;
	background-color: #f1f7ff;
	height: 47px;
	border-radius: 30px;
	color: #666;
	overflow: hidden;
	line-height: 47px;
	font-size: 12px;
	cursor: pointer;
}

.login .login_box .phone_login .login_input .login_btn button {
	height: 47px;
	border: 0;
	width: 34%;
	margin-top: 17px;
	color: #fff;
	/* background: #0076ff; */
	border-radius: 30px;
	outline: none;
	background: #7e9dc1;
	font-size: 14px;
}

.login .login_box .phone_login .login_input .login_btn span {
	padding-left: 13px;
	cursor: pointer;
	font-size: 14px;
	color: #000;

}

/* 密码登录---开始 */
.login .login_box .login_tit {
	display: flex;
	justify-content: space-between;
}

.login .login_box .login_tit h4 {
	width: 50%;
	text-align: center;
	font-size: 24px;
	color: #333;
	border-bottom: 2px solid #ededed;
	line-height: 40px;
	cursor: pointer;
	color: #666;
}

.login .login_box .login_tit .active_h4 {
	color: #1891ff;
	border-bottom: 2px solid #1891ff;


}

.login .login_box .password_login {
	text-align: center;
	display: none;
}

.login .login_box .password_login h4 {
	font-size: 20px;
	border-bottom: 2px solid #ededed;
	line-height: 40px;
	color: #7e9dc1;
}

.login .login_box .password_login h4 span {
	display: inline-block;
	border-bottom: 2px solid #7e9dc1;
	line-height: 40px;
	padding: 0 15px;
}

.login .login_box .password_login .login_input .phone {
	padding: 15px 50px;
}

.login .login_box .password_login .login_input .phone p {
	width: 96%;
	height: 47px;
	background-color: #f1f3f7;
	border-radius: 30px;
	padding: 1px 14px;
	overflow: hidden;
	position: relative;
	margin: 10px auto;
}

.login .login_box .password_login .login_input .phone p span {
	display: inline-block;
	width: 8%;
	font-size: 32px;
	vertical-align: middle;
	position: absolute;
	left: 21px;
	top: 8px;
	color: #7e9dc1;
}

.login .login_box .password_login .login_input .phone p input {
	position: absolute;
	right: 3px;
	top: 2px;
	border-radius: 0px 34px 34px 0px;
	vertical-align: middle;
	display: inline-block;
	width: 80%;
	border: 0;
	height: 90%;
	padding: 0px 10px;
	font-size: 14px;
	color: #000;
	border-left: 0;
	background: #f1f3f7;
	border-left: 1px solid #ccc;
}

.login .login_box .password_login .login_input .phone p ::placeholder {
	color: #ccc;
}

.login .login_box .password_login .login_input .phone_dxm {
	padding: 0px 50px;
}

.login .login_box .password_login .login_input .phone_dxm p {
	width: 100%;
	height: 47px;
}

.login .login_box .password_login .login_input .phone_dxm p .phone_left {
	display: inline-block;
	width: 65%;
	height: 100%;
	border-radius: 30px;
	background-color: #f1f3f7;
	overflow: hidden;
	position: relative;
}

.login .login_box .password_login .login_input .phone_dxm p .phone_left span {
	display: inline-block;
	width: 8%;
	font-size: 32px;
	vertical-align: middle;
	position: absolute;
	left: 18px;
	top: 8px;
	color: #7e9dc1;
}

.login .login_box .password_login .login_input .phone_dxm p .phone_left input {
	position: absolute;
	right: 4px;
	top: 3px;
	border-radius: 0px 34px 34px 0px;
	vertical-align: middle;
	display: inline-block;
	width: 71%;
	border: 0;
	height: 89%;
	padding: 0px 10px;
	font-size: 14px;
	color: #333;
	border-left: 0;
	background: #f1f3f7;
	border-left: 1px solid #ccc;
}

.login .login_box .password_login .login_input .phone_dxm p .phone_left ::placeholder {
	color: #ccc;
}

.login .login_box .password_login .login_input .phone_dxm p .codezzc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 999;
	display: none;
	height: 100%;
}

.login .login_box .password_login .login_input .phone_dxm p .phone_right {
	position: relative;
	display: inline-block;
	width: 29%;
	background-color: #f1f7ff;
	height: 47px;
	border-radius: 30px;
	color: #666;
	overflow: hidden;
	line-height: 47px;
	font-size: 12px;
	cursor: pointer;
}

.login .login_box .password_login .login_input .login_btn button {
	height: 47px;
	border: 0;
	width: 34%;
	margin-top: 17px;
	color: #fff;
	/* background: #0076ff; */
	border-radius: 30px;
	outline: none;
	background: #7e9dc1;
	font-size: 14px;
}

.login .login_box .password_login .login_input .login_btn span {
	padding-left: 13px;
	cursor: pointer;
	font-size: 14px;
	color: #000;

}

/* 密码登录--结束 */
/* 公共样式-----登录页面-------------------------结束 */

/* 公共样式-----公共样式  头部PC--正常----------------------- */
header .head_top {
	width: 100%;
}

header .rightnav .navbar-right li .zyflg .add_more {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 15px;

}

header .head_top .hed_flx {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

header .head_top .hed_flx .head_top_left {
	display: flex;
	justify-content: space-between;
}

header .head_top .hed_flx .head_top_left a {
	font-size: 14px;
	color: #333;
	margin: 0 10px;
}

header .head_top .hed_flx .head_top_left .gsmc {
	font-size: 14px;
	color: #333;
	margin: 0 10px;
}

header .head_top .hed_flx .head_top_left .user_zjd {
	font-size: 12px;
}

header .head_top .hed_flx .phone {
	text-align: right;
}

header .head_top .hed_flx .right {
	display: flex !important;
}

header .head_top .hed_flx .right .ind a {
	font-size: 14px;
	display: inline-block;
	color: #333;
	text-decoration: none;
}

header .head_top .hed_flx .right .ind .my_dd a {
	color: #fff;

}

header .head_top .hed_flx .right .ind #login_c {
	padding: 0 15px;
	width: 135px;
	border-radius: 24px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #545454;
	color: #333;
	margin: 0 10px;
	font-size: 12px;
	position: relative;
	text-align: left;

}

header .head_top .hed_flx .right .ind #login_c .carico {
	font-size: 20px;
	color: #000;

}

header .head_top .hed_flx .right .ind #login_c .car_num {
	position: absolute;
	top: 2px;
	right: 7px;
	font-size: 12px;
	background: red;
	min-width: 18px;
	height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 18px;
	line-height: 17px;
}

header .head_top .hed_flx .right .rigtit .zxly {
	font-size: 14px;
	color: #333;

}

header .head_top .hed_flx .right .rigtit .btn {
	border: 0;
}

header .head_top .hed_flx .right .rigtit #login_c {
	font-size: 14px;
	color: #333;
}

header .head_top .hed_flx .right .rigtit #login_c .icon-cart-full {
	font-size: 20px;
	color: #08a7e4;
}

header .navbar-header {
	margin: 0 !important;
	display: none;
}

header .navbar-header .navbar-brand {
	padding: 0;
}

header .navbar-header .close {
	display: none;
}

header .navbar-header .close .icon-close {
	font-size: 34px;
}

header .rightnav {
	position: relative;
	margin-left: 0% !important;
	/* width: 70%; */
}

header .rightnav .dropdownlist:hover {
	display: block;
}

header .rightnav a {
	color: #333;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 3px solid transparent;
}

header .rightnav a:hover {
	color: #083a77;
	border-bottom: 3px solid #083a77;
}

header .rightnav .navbar-right {
	width: 100%;
	/* display: flex;
  justify-content: space-between; */
}

header .rightnav .navbar-right .active {
	color: #4F0599;
}

header .rightnav .navbar-right li {
	line-height: 50px;
	cursor: pointer;
	font-size: 18px;
	font-size: 14px;
}

header .rightnav .navbar-right li .zyflg {
	margin: 0 25px;
	display: flex;
	align-items: center;
}

header .rightnav .navbar-right li .icodp {
	font-weight: bold;
	color: #4F0599;
}

header .rightnav .navbar-right li:hover {
	color: #4F0599;
}

header .mrleft {
	left: -150px;
}

@media (min-width: 1520px) {
	header .tk_banner {
		position: absolute;
		width: 200px;
		height: auto;
		z-index: 9;
		left: -36px;
		display: none;
		text-align: center;
	}

	header .tk_banner .row {
		display: block;
		overflow: hidden;
	}

	header .tk_banner .w {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0px;
		background: #f6f6f6;
		/* box-shadow: 0 0 33px #ccc; */
	}

	header .tk_banner .icoclose {
		display: none;
	}

	header .tk_banner .zyfwq {
		width: auto;
		position: relative;
		top: -28px;
		height: auto;
	}

	header .tk_banner .zyfwq .cpjs ul .tk {
		padding: 0;
		width: 100%;
	}

	header .tk_banner .zyfwq .cpjs ul {
		display: flex;
		flex-direction: column;
	}

	header .tk_banner .zyfwq .cpjs ul .tk .tk_list {
		height: auto;
		background-color: #fff;
		padding: 15px 0px;
		margin-top: 18px;
		text-align: center;
		color: #4F0599;
	}

	header .tk_banner .zyfwq .cpjs ul .tk .tk_list p a img {
		width: 60px !important;
		height: 60px !important;
	}

	header .tk_banner .zyfwq .cpjs ul .tk h3 {
		font-size: 14px;
	}

	header .tk_banner .dg {
		text-align: center;
		width: 100%;
		padding-top: 10px;
		overflow: hidden;
	}

	header .tk_banner .dg .titp {
		font-size: 16px;
		font-weight: 600;
		color: #666;
	}

	header .tk_banner .dg .dgcp ul {
		display: flex;
		justify-content: space-between;
		padding: 0px 157px;
		margin: 0;
	}

	header .tk_banner .dg .dgcp ul li {
		width: 200px;
		background-color: #f4f5f6;
		height: 160px;
		border: 1px solid #ccc;
	}

	header .tk_banner .dg .dgcp ul li .one {
		width: 100%;
		height: 50px;
		line-height: 50px;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}

	header .tk_banner .dg .dgcp ul li .dgbtn {
		background-color: #4F0599 !important;
		color: #ddd;
	}

	header .tk_banner .zyfwq_rigtit {
		position: absolute;
		top: 0;
		right: -253px;
		width: 252px;
	}

	header .tk_banner .zyfwq_rigtit img {
		width: 100%;
	}

	header .tk_banner .zyfwq_rigtit .rigtsm {
		height: auto;
		background-color: #f4f5f6;
	}

	header .tk_banner .zyfwq_rigtit .rigtsm ul {
		padding: 20px;
	}

	header .tk_banner .zyfwq_rigtit .rigtsm ul li .hedp {
		font-size: 18px;
		color: #4F0599;
	}
}

/* 公共样式  头部PC--正常-------------------- */
.choose-screening-input {
	position: relative;
}


.auto-screening-prompt:hover {
	background: #cccccc;
}

.router {
	background-color: #fff;
}

.router .w {
	background: transparent;
}

.router .breadcrumb {
	background-color: #fff;
	margin-bottom: 0px !important;
	border-radius: 0;
	padding: 0;
}

.breadcrumb a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

/* 公共样式------底部样式---------开始 */
.footer {
	width: 100%;
	background-color: #f2f2f2;
	margin-top: 50px;
}

.footer .w {
	background: #f2f2f2;
}

.footer .fot1 {
	overflow: hidden;
}

.footer .fot1 .ico {
	margin: 10px 0;
}

.footer .fot2 {
	text-align: center;
	padding: 7px;
	font-size: 14px;
}

.footer .fot2 p {
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}

.footer .fot2 p a {
	font-size: 14px;
	color: #fff;
}

.footer .leftjj p {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	margin: 20px 0;
}

.footer .leftjj .sea_btn .input {
	height: 32px;
	padding: 0px 10px;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #333;
}

.footer .leftjj .sea_btn .btn {
	padding: 5px 14px;
	color: #fff;
	position: relative;
	left: -5px;
	top: 0px;
	border-radius: 0;
	outline: none;
}

.footer .leftjj .ico span {
	font-size: 28px;
	cursor: pointer;
}

.footer .rightjj ul .footer_li {
	overflow: hidden;
	min-height: 220px;
}

.footer .rightjj ul li h4 a {
	color: #313131;
	font-weight: bold;
}

.footer .rightjj ul li p {
	font-size: 14px;
}

.footer .rightjj ul li p a {
	color: #313131;
}

/* 公共样式------底部样式---------结束 */

.btn-default:hover {
	background-color: #fff;
}

.open>.dropdown-menu {
	display: block;
	position: absolute;
	top: 43px;
	transform: translateY(-9px);
	/* width  : auto; */
	transition: transform 0.1s ease-out, opacity 2s linear;
	background: rgba(0, 0, 0, 0.5);
}

.open>.dropdown-menu li a {
	color: #fff;
}

.open>.dropdown-menu li a:hover {
	color: #333;
}

.btn-default {
	border: 0;
	box-shadow: none !important;
}

.navbar {
	margin: 0 !important;
}

.navbar-default {
	background-color: #f8f8f8;
	position: fixed;
	width: 100%;
	height: 107px;
	border-bottom: 1px solid #ccc !important;
	background-color: #fff !important;
	z-index: 999;
	border-radius: 0px !important;
	/* box-shadow: 0px 3px 31px 2px #d6d6d6; */
}

.navbar-default .botmbor {
	border-bottom: 3px solid #4F0599;
	display: none;
}

.navbar-default .log img {
	width: 100%;
	height: 50px;
}

a {
	color: #333;
	text-decoration: none;
}

.ma5slider {
	margin: 0 !important;
}

header .wddd {
	position: relative;
	font-size: 13px;
	display: inline-block;
	color: #333;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}

header .my_dd {
	position: absolute;
	top: 43px;
	left: -24px;
	z-index: 9999;
	text-align: center;
	width: 123px;
	height: 142px;
	/*padding: 10px;*/
	background: rgba(0, 0, 0, .5);
	border-radius: 4px;
	display: none;
}

.wddd>.my_dd>ul>li {
	margin: -5px 0;
}


.wddd>.my_dd>ul>li>.mydd_href {
	color: #fff;
}

/* 头部 */
.w-nav {
	display: flex;
	height: 105px;
	align-items: center;
	justify-content: space-between;
}

.nav_right {

	display: flex;
	flex-direction: row-reverse;
}

.nav_right span {
	background-color: #0b379b;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	display: block;
	cursor: pointer;
}

.navbar-collapse {
	padding-left: 0 !important;
	padding-left: 0 !important;
}

.w-nav .navbar-right {
	float: none !important;
	margin-right: 0 !important;
}

.sel_ul {
	display: flex;
	flex-direction: column;
}

.sel_ul .tk {
	border-bottom: 1px solid #ccc;
}

.sel_ul li {
	line-height: 20px;
	width: 100%;
}

/* 底部 */
.footer {
	background: #0b379b;
	margin-top: 70px;
}

.banxin1 {
	margin: 0 auto;
	position: relative;
	max-width: 1300px;
}

.foot-left1 {
	float: left;
	margin-right: 0%;
	position: relative;
	width: 25%;
}

.foot-right {
	float: right;
}

.foot-right p {
	text-align: center;
	color: #fff;
	line-height: 28px;
}

.foot-right img {
	width: 135px;
}


.foot-left1 p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
}

.foot-left1 ul li {
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}

.foot-left1 ul li a {
	color: #fff;
}

.foot-left2 {
	float: left;
	margin-right: 0%;
	position: relative;
	width: 34%;
}

.foot-left2 p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
}

.foot-left2 ul li {
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}

.foot-left2 ul li a {
	color: #fff;
}

.footer-f {
	width: 100%;
	background-color: #3a3a3a;
	float: left;
}

.footer-f span {
	color: #fff;
	font-size: 14px;
}

.footer-f span a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	margin: 0 7px;
}



.f-left {
	/* display: flex; */
	text-align: center;
}

.f-right {
	display: flex;
	height: 100%;
	line-height: 66px;
}

.f-right div {
	cursor: pointer;
}

.f-right .show-img {
	visibility: hidden;
	position: absolute;
	top: -112px;
	left: -40px;
	z-index: 999999;
}

.f-right .show-img img {
	width: 130px;
	height: 130px;
}

.ggh .show-img {
	left: -22px;
}

.phone-client .show-img {
	left: -20px;
}

.xcx:hover>.show-img {
	visibility: visible;
}

.ggh:hover>.show-img {
	visibility: visible;
}

.phone-client:hover>.show-img {
	visibility: visible;
}


.w-footer {
	justify-content: space-between;
	align-items: center;
	background-color: #3a3a3a;
	height: auto;
	line-height: 40px;
	width: 100%;
}

.xcx,
.ggh,
.phone-client {
	padding: 0 10px;
	position: relative;
}

/* 左侧导航栏 */
.left_nav {
	width: 30%;
	background: #02418f;
	padding-bottom: 15px;
	border-radius: 5px;
	margin: 50px auto;
}

.about_C {
	display: flex;
	flex-direction: column;
	padding: 25px 30px;
	color: #fff;
	border-bottom: 1px solid #083a77;
	margin-bottom: 10px;
}

.about_us {
	font-size: 14px;
	line-height: 35px;
}

.w-product {
	/* display: flex; */
	/* align-items: baseline; */
}

.contact {
	padding: 0 28px;
	color: #fff;
	margin-bottom: 10px;
}

.contact li {
	display: block;
	padding: 0 10px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #124b92;
	cursor: pointer;
}

.about_C span:nth-child(1) {
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #124b92;
}

.about_C span:nth-child(2) {
	font-size: 14px;
	line-height: 35px;
}

.right_proudct {
	width: 100%;
	margin: 40px 0px 0px;
	float: left;
}

.p-title {
	display: flex;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
	position: relative;
	justify-content: space-between;
	border-top: 1px solid #e3e3e3;
}

.left_p span:nth-child(1) {
	display: inline;
	font-size: 24px;
	color: #02418f;
	margin-bottom: 10px;
	font-weight: 600;
}

.left_p span:nth-child(2) {
	color: #333;
	font-size: 14px;
}

.breadcrumb li:nth-child(1) a {
	color: #333;
}

.p_content {
	padding-top: 30px;
	line-height: 24px;
	float: left;
	width: 100%;
	padding-left: 0px !important;
	padding-bottom: 15px;
}

.p_content h4 {
	background-color: #F5F5F5;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0.2em;
	float: left;
	width: 100%;
	color: #02418f;
}

.p_content h6 {
	font-size: 14px;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 29px;
}

.p_content p {
	color: #333;
	text-indent: 2em;
	line-height: 28px;
	float: left;
}

.contact li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.contact li {
	padding-left: 0;
	transition: all 0.3s linear;
}

.contact li:hover {
	background-color: #00377b;
	padding-left: 20px;
}

.active_s {
	background-color: #00377b;
	padding-left: 0px !important;
}

.i-search {
	display: flex;
	justify-content: space-evenly;
	width: 50%;
	margin: auto 25%;
	margin-top: 32px;
}

#ybsearch {
	height: 40px;
	width: 100%;
	border: 0;
	border-radius: 43px;
	border: 1px solid #ccc;
}

.i-btn {
	width: 12%;
	height: 40px;
	border: 0;
	outline: none;
	color: #fff;
	border-radius: 40px;
	background: #02418f !important;

}

.i-zysearch {
	width: 100%;
	position: fixed;
	top: 72px;
	z-index: 9;
	visibility: hidden;
	background: #f1f1f1;
	padding: 39px 20px;
}

.active-cc {
	visibility: visible;
	opacity: 1;

}


@media (min-width: 757px) {
	.row {
		position: relative;
		left: -150px;
	}

	#row,
	#yyrow,
	#xwsjrow,
	#gsrow {
		position: relative;
		left: 27px;
	}
}

@media (min-width: 1520px) {
	.auto-screening {
		top: 55px;
		width: 66%;
	}

	header .head_top .hed_flx {
		height: 80px;
		line-height: 80px;
	}

	.T {
		display: inline-block;
	}

	.mbxnav .nav_bar_box .bar_qy_hy {
		width: 35%;
	}

	.search_box .search_inp .inp_box button {
		padding: 10px 50px;
	}


	.hyxw_big_box ul li {
		width: 40% !important;
		margin: 0 60px;
	}

	.hyxw_big_box ul .first_li {
		margin-right: 238px !important;
	}

	.search_box .search_inp .sea_list {
		margin-top: 10px;
		left: 18%;
	}

	.footer {
		padding: 50px 0 0;
	}

}

@media (min-width: 980px) {

	/* 公共样式--导航下拉hover */
	.tk_banner {
		position: absolute;
		width: 602px;
		height: auto;
		z-index: 9;
		left: -257px;
		display: none;
		text-align: center;
	}

	.tk_banner .row {
		display: block;
		overflow: hidden;
	}

	.tk_banner .w {
		position: absolute;
		width: 100%;
		left: 0;
		top: 4px;
		/* box-shadow: 0 0 33px #ccc; */
		background: #f6f6f6;
	}

	.tk_banner .icoclose {
		display: none;
	}

	.tk_banner .zyfwq {
		width: auto;
		position: relative;
		top: -28px;
		height: auto;
	}

	.tk_banner .zyfwq .cpjs ul .tk {
		padding: 0;
		width: 30%;
	}

	.tk_banner .zyfwq .cpjs ul .tk .tk_list {
		height: auto;
		background-color: #fff;
		padding: 15px 0px;
		margin-top: 18px;
		text-align: center;
		color: #4F0599;
	}

	.tk_banner .zyfwq .cpjs ul .tk .tk_list p a img {
		width: 60px !important;
		height: 60px !important;
	}

	.tk_banner .zyfwq .cpjs ul .tk h3 {
		font-size: 14px;
	}

	.tk_banner .dg {
		text-align: center;
		width: 100%;
		padding-top: 10px;
		overflow: hidden;
	}

	.tk_banner .dg .titp {
		font-size: 16px;
		font-weight: 600;
		color: #666;
	}

	.tk_banner .dg .dgcp ul {
		display: flex;
		justify-content: space-between;
		padding: 0px 157px;
		margin: 0;
	}

	.tk_banner .dg .dgcp ul li {
		width: 200px;
		background-color: #f4f5f6;
		height: 160px;
		border: 1px solid #ccc;
	}

	.tk_banner .dg .dgcp ul li .one {
		width: 100%;
		height: 50px;
		line-height: 50px;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}

	.tk_banner .dg .dgcp ul li .dgbtn {
		background-color: #4F0599 !important;
		color: #ddd;
	}

	.tk_banner .zyfwq_rigtit {
		position: absolute;
		top: 0;
		right: -253px;
		width: 252px;
	}

	.tk_banner .zyfwq_rigtit img {
		width: 100%;
	}

	.tk_banner .zyfwq_rigtit .rigtsm {
		height: auto;
		background-color: #f4f5f6;
	}

	.tk_banner .zyfwq_rigtit .rigtsm ul {
		padding: 20px;
	}

	.tk_banner .zyfwq_rigtit .rigtsm ul li .hedp {
		font-size: 18px;
		color: #4F0599;
	}

	.icoclose {
		display: none;
	}

	/* 公共样式--导航下拉hover */


	.T {
		display: inline-block;
	}

	.mbxnav .nav_bar_box .bar_qy_hy {
		width: 35%;
	}

	.search_box .search_inp .inp_box button {
		padding: 10px 50px;
	}

	.search_box .search_inp .sea_list {
		margin-top: 10px;
		left: 18%;
	}

	.btn-group-justified {
		width: 80%;
	}

	.canvas {
		height: 400px;
	}

	.checkbox {
		margin: 0 26px;
	}

	.footer {
		float: left;
		padding: 50px 0px;
	}

	.footer .rightjj ul .footer_li {
		width: 20%;
	}

	header .head_top .hed_flx {
		height: 80px;
		line-height: 80px;
	}
}

@media (max-width: 980px) {

	.login .login_box .close {
		right: 128px;
	}

	header .head_top .hed_flx {
		height: 50px;
		/* line-height: 50px; */
	}

	header .head_top .hed_flx .head_top_left {
		width: 100%;

	}

	header .head_top .hed_flx .head_top_left .left_ind {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.login .login_box .phone_login .login_input .phone p {
		width: 80%;
		height: 48px;
		margin: 0 auto;
	}

	.login .login_box .phone_login .login_input .phone_dxm p .phone_left {
		width: 50%;
		height: 100%;
	}

	.login .login_box .phone_login .login_input .phone p input {
		width: 80%;
		height: 90%;
	}

	.login .login_box .phone_login .login_input .phone_dxm p .phone_right {
		height: 48px;
		width: 28%;
		line-height: 48px;
	}

	.login .login_box .phone_login .login_input .phone_dxm p .phone_left input {
		width: 69%;
		height: 86%;
	}

	.login .login_box .phone_login .login_input .login_btn button {
		height: 42px;
		width: 31%;
	}

	.search_box .search_inp .inp_box button {
		padding: 10px 20px;
	}

	.search_box .search_inp .sea_list {
		margin-top: 10px;
		left: 10%;
	}


	.bann {
		padding: 20px;
	}

	.bann img {
		width: 335px;
		height: 300px;
	}

	.check {
		text-align: left;
	}


	.footer {
		float: left;
		padding: 30px 10px;
		margin-top: 10px;
	}

	.w-footer {
		flex-direction: column;
	}

	.f-left {
		flex-direction: column;
	}

	#serch_btn {
		display: none;
	}

	.navbar-header {
		display: block !important;
	}

	.fl-txtf {
		margin: 0px;
	}

	.w-product {
		flex-direction: column;
	}

	.left_nav {
		width: 90% !important;
		margin-top: 30px;
	}

	.p-title {
		flex-direction: column;
	}

	.right_proudct {
		margin: 0 !important;
	}

	.breadcrumb {
		padding: 0 !important;
	}

	.sea_search {
		height: 180px;
	}

	.w {
		clear: both;
		display: block;
		margin: 0 auto;
		max-width: 1300px;
		padding: 0px 10px;
	}

	.foot-right {
		float: left;
		width: 83%;
	}

	.foot-right p {
		text-align: left;
		color: #fff;
		line-height: 28px;
		text-indent: 3em;
	}

	.foot-left1 {
		float: left;
		margin-right: 0%;
		position: relative;
		width: 49%;
	}

	.foot-left2 {
		float: left;
		margin-right: 0%;
		position: relative;
		width: 100%;
	}
}

.see_lishi {
	padding: 10px 8px;
}

.see_lishi h4 {
	font-size: 16px;
	color: #353435;
}

.see_lishi .ls_pic .ls_img .items {
	padding: 5px 0;
}

.see_lishi .ls_pic .ls_img .items a {
	display: inline-block;
	/* notice the comments between inline-block items */
	margin-right: 10px;
	width: 130px;
	height: 130px;
	/* box-shadow: 0 0 5px #ccc; */
	text-align: center;
}

.see_lishi .ls_pic .ls_img .items a img {
	width: 100%;
	height: 100%;
	padding: 10px;
	border: 1px solid #f1f1f1;
	margin-bottom: 15px;
}

.see_lishi .ls_pic .ls_img .items a p {
	text-align: center;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	/*超出部分隐藏*/
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出部分文字以...显示*/
}

.xgcp {
	padding: 0 8px;
}

.xgcp h4 {
	font-size: 16px;
	color: #353435;
	margin-bottom: 24px;
}

.xgcp .xg_name {
	overflow: hidden;
}

.xgcp .xg_name a {
	width: 130px;
	padding: 0;
	font-size: 14px;
	color: #013fa4;
	text-decoration: underline;
	line-height: 30px;
}

.spjszx {
	padding: 45px 8px;
}

.spjszx h4 {
	font-size: 16px;
	color: #353435;
	margin-bottom: 20px;
}

.spjszx .p1 {
	color: #999;
}

.spjszx p {
	font-size: 14px;
}

.spjszx p .sl_date {
	margin-left: 30px;
}



@media (min-width: 768px) {
	.bt {
		width: 100%;
		margin: 0 auto;
		height: 60px;
		text-align: center;
		background-color: #0146a7;
		position: fixed;
		bottom: 0px;
		display: none;
	}

	.tk_banner {
		position: relative;
		width: 116px;
		height: auto;
		z-index: 9;
		left: -2px;
		display: none;
		text-align: center;
	}

	.tk_banner .row {
		display: block;
		overflow: hidden;
	}

	.tk_banner .w {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0px;
		background: #f6f6f6;
	}

	.tk_banner .icoclose {
		display: none;
	}

	.tk_banner .zyfwq {
		width: auto;
		position: relative;
		top: -28px;
		height: auto;
	}

	.tk_banner .zyfwq .cpjs ul .tk {
		padding: 0;
		width: 45%;
	}

	.tk_banner .zyfwq .cpjs ul .tk .tk_list {
		height: auto;
		background-color: #fff;
		padding: 15px 0px;
		margin-top: 18px;
		text-align: center;
		color: #4F0599;
	}

	.tk_banner .zyfwq .cpjs ul .tk .tk_list p a img {
		width: 60px !important;
		height: 60px !important;
	}

	.tk_banner .zyfwq .cpjs ul .tk h3 {
		font-size: 14px;
	}

	.tk_banner .dg {
		text-align: center;
		width: 100%;
		padding-top: 10px;
		overflow: hidden;
	}

	.tk_banner .dg .titp {
		font-size: 16px;
		font-weight: 600;
		color: #666;
	}

	.tk_banner .dg .dgcp ul {
		display: flex;
		justify-content: space-between;
		padding: 0px 157px;
		margin: 0;
	}

	.tk_banner .dg .dgcp ul li {
		width: 200px;
		background-color: #f4f5f6;
		height: 160px;
		border: 1px solid #ccc;
	}

	.tk_banner .dg .dgcp ul li .one {
		width: 100%;
		height: 50px;
		line-height: 50px;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}

	.tk_banner .dg .dgcp ul li .dgbtn {
		background-color: #4F0599 !important;
		color: #ddd;
	}

	.tk_banner .zyfwq_rigtit {
		position: absolute;
		top: 0;
		right: -253px;
		width: 252px;
	}

	.tk_banner .zyfwq_rigtit img {
		width: 100%;
	}

	.tk_banner .zyfwq_rigtit .rigtsm {
		height: auto;
		background-color: #f4f5f6;
	}

	.tk_banner .zyfwq_rigtit .rigtsm ul {
		padding: 20px;
	}

	.tk_banner .zyfwq_rigtit .rigtsm ul li .hedp {
		font-size: 18px;
		color: #4F0599;
	}
}

@media (max-width: 767px) {
	.icodp {
		z-index: 100;
		position: absolute;
		right: 10px;
		top: 9px;
		font-size: 20px;
	}

	.rightnav {
		width: 100%;
		position: absolute !important;
		right: 0px;
		top: 60px;
		background: #fff;
		/* box-shadow: 0 0 5px #ccc; */
		border: 0;
		z-index: 100005 !important;
	}

	header .rightnav {
		margin-top: 45px;
	}


	header .rightnav .navbar-right {
		width: 100% !important;
		line-height: 34px !important;
		margin: 0;
		overflow: hidden;
	}

	header .rightnav .navbar-right li {
		line-height: 50px;
	}

	.zyflg {
		z-index: 101;
		display: block;
		position: relative;
		width: 100%;
		border-bottom: 1px solid #f7f7f7;
		padding-left: 28px;
		margin: 0 !important;
	}

	.tk_banner {
		min-width: 328px;
		z-index: 9999;
		top: 0;
		right: 0;
		display: none;
		position: relative;
		text-align: center;
		overflow: hidden;
	}

	.tk_banner .row {
		display: block;
		overflow: hidden;
		top: 0 !important;
		right: 4px !important;
	}

	.tk_banner .w {
		position: relative;
		width: 99%;
		right: -8px;
		top: 0;
		overflow: hidden;
		text-align: left;
	}

	.tk_banner .w .icoclose {
		display: block;
		padding: 8px;
		font-size: 25px;
		border-bottom: 1px solid #f1f1f1;
		width: 100%;
		background: #f7f7f7;
		color: #333;
	}

	.tk_banner .zyfwq {
		width: auto;
		position: relative;
		top: 0;
		height: auto;
		overflow: hidden;
	}

	.tk_banner .zyfwq .cpjs ul {
		overflow: hidden;
	}

	.tk_banner .zyfwq .cpjs ul .tk {
		padding: 0;
		width: 100%;
	}

	.tk_banner .zyfwq .cpjs ul .tk .tk_list {
		height: auto;
		background-color: #fff;
		border-bottom: 1px solid #f7f7f7;
		margin-top: 0px;
		text-align: center;
		color: #4F0599;
		display: flex;
		align-items: center;
		padding: 0px 55px 0 40px;
		height: 51px;
	}

	.tk_banner .zyfwq .cpjs ul .tk .tk_list p {
		margin-right: 15px;
		display: inline-block;
		margin: 5px 15px 0 0;
	}

	.tk_banner .zyfwq .cpjs ul .tk .tk_list p a img {
		width: 25px !important;
		height: 25px !important;
		vertical-align: middle;
	}

	.tk_banner .zyfwq .cpjs ul .tk h3 {
		font-size: 14px;
		margin: 0;
	}

	.tk_banner .dg {
		text-align: center;
		width: 100%;
		padding-top: 10px;
		overflow: hidden;
	}

	.tk_banner .dg .titp {
		font-size: 16px;
		font-weight: 600;
		color: #666;
	}

	.tk_banner .dg .dgcp ul {
		display: flex;
		justify-content: space-between;
		padding: 0px 157px;
		margin: 0;
	}

	.tk_banner .dg .dgcp ul li {
		width: 200px;
		background-color: #f4f5f6;
		height: 160px;
		border: 1px solid #ccc;
	}

	.tk_banner .dg .dgcp ul li .one {
		width: 100%;
		height: 50px;
		line-height: 50px;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}

	.tk_banner .dg .dgcp ul li .dgbtn {
		background-color: #4F0599 !important;
		color: #ddd;
	}

	.tk_banner .zyfwq_rigtit {
		position: absolute;
		top: 0;
		right: -253px;
		width: 252px;
	}

	.tk_banner .zyfwq_rigtit img {
		width: 100%;
	}

	.tk_banner .zyfwq_rigtit .rigtsm {
		height: auto;
		background-color: #f4f5f6;
	}

	.tk_banner .zyfwq_rigtit .rigtsm ul {
		padding: 20px;
	}

	.tk_banner .zyfwq_rigtit .rigtsm ul li .hedp {
		font-size: 18px;
		color: #4F0599;
	}

	.w-footer {
		justify-content: space-between;
		align-items: center;
		background-color: #3a3a3a;
		height: auto;
		line-height: 36px;
		width: 100%;
		overflow: hidden;
	}

	.footer-f span {
		font-size: 14px;
		width: 100%;
		float: left;
	}

	.p_content {
		padding-top: 0px;
		line-height: 24px;
		float: left;
		width: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.bt {
		width: 100%;
		margin: 0 auto;
		height: 60px;
		text-align: center;
		background-color: #0b379b;
		position: fixed;
		bottom: 0px;
		z-index: 9999;
	}

	.bt a {
		width: 25%;
		height: 24px;
		float: left;
		line-height: 23px;
		margin-top: 8px;
		color: #fff;
		font-size: 14px;
	}

	.bt a span {
		width: 100%;
		text-align: center;
		float: left;
		font-size: 24px;
	}

	.footer-f {
		width: 100%;
		background-color: #3a3a3a;
		float: left;
		margin-bottom: 61px;
	}



}
